home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-02-16 | 3.3 KB | 95 lines | [TEXT/MPS ] |
- # File: FW Receiver.PPC.make
- # Target: FW Receiver.PPC
- # Sources: :Sources:AppleEvents.c
- # :Sources:BareBones.c
- # :Sources:Events.c
- # :Sources:Initialize.c
- # :Sources:Menus.c
- # :Sources:Utilities.c
- # :Sources:Windows.c
- # :Sources:Lists.c
- # Created: Monday, January 29, 1996 01:00:34 AM
-
-
- MAKEFILE = "FW Receiver.PPC.make"
- #•MondoBuild• = {MAKEFILE} # Make blank to avoid rebuilds when makefile is modified
- •MondoBuild• =
- Includes = ∂
- -i :Sources:
- Sym•PPC =
- ObjDir•PPC = :Objects:
-
- PPCCOptions = {Includes} {Sym•PPC}
-
- Objects•PPC = ∂
- "{ObjDir•PPC}AppleEvents.c.x" ∂
- "{ObjDir•PPC}BareBones.c.x" ∂
- "{ObjDir•PPC}Events.c.x" ∂
- "{ObjDir•PPC}Initialize.c.x" ∂
- "{ObjDir•PPC}Menus.c.x" ∂
- "{ObjDir•PPC}Utilities.c.x" ∂
- "{ObjDir•PPC}Windows.c.x" ∂
- "{ObjDir•PPC}Lists.c.x"
-
- "FW Receiver.PPC" ƒƒ {•MondoBuild•} {Objects•PPC}
- PPCLink ∂
- -o {Targ} {Sym•PPC} ∂
- {Objects•PPC} ∂
- -t 'APPL' ∂
- -c 'wFWR' ∂
- "{SharedLibraries}InterfaceLib" ∂
- "{SharedLibraries}StdCLib" ∂
- "{PPCLibraries}StdCRuntime.o" ∂
- "{PPCLibraries}PPCCRuntime.o"
-
-
- "FW Receiver.PPC" ƒƒ {•MondoBuild•} ":Resources:FW Receiver.rsrc"
- Echo 'Include ":Resources:FW Receiver.rsrc";' | Rez -append -o "FW Receiver.PPC"
-
- "FW Receiver.PPC" ƒƒ {•MondoBuild•} ":Resources:Tabs LDEF.68K.rsrc"
- Echo 'Include ":Resources:Tabs LDEF.68K.rsrc";' | Rez -append -o "FW Receiver.PPC"
-
- "FW Receiver.PPC" ƒƒ {•MondoBuild•} ":Resources:Size.rsrc"
- Echo 'Include ":Resources:Size.rsrc";' | Rez -append -o "FW Receiver.PPC"
-
-
- "{ObjDir•PPC}AppleEvents.c.x" ƒ {•MondoBuild•} :Sources:AppleEvents.c ∂
- :Sources:BareBones.h ∂
- :Sources:Prototypes.h
- {PPCC} :Sources:AppleEvents.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}BareBones.c.x" ƒ {•MondoBuild•} :Sources:BareBones.c ∂
- :Sources:Prototypes.h ∂
- :Sources:BareBones.h
- {PPCC} :Sources:BareBones.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}Events.c.x" ƒ {•MondoBuild•} :Sources:Events.c ∂
- :Sources:BareBones.h ∂
- :Sources:Prototypes.h
- {PPCC} :Sources:Events.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}Initialize.c.x" ƒ {•MondoBuild•} :Sources:Initialize.c ∂
- :Sources:BareBones.h ∂
- :Sources:Prototypes.h
- {PPCC} :Sources:Initialize.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}Menus.c.x" ƒ {•MondoBuild•} :Sources:Menus.c ∂
- :Sources:BareBones.h ∂
- :Sources:Prototypes.h
- {PPCC} :Sources:Menus.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}Utilities.c.x" ƒ {•MondoBuild•} :Sources:Utilities.c ∂
- :Sources:BareBones.h ∂
- :Sources:Prototypes.h
- {PPCC} :Sources:Utilities.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}Windows.c.x" ƒ {•MondoBuild•} :Sources:Windows.c ∂
- :Sources:BareBones.h ∂
- :Sources:Prototypes.h
- {PPCC} :Sources:Windows.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}Lists.c.x" ƒ {•MondoBuild•} :Sources:Lists.c ∂
- :Sources:BareBones.h ∂
- :Sources:Prototypes.h
- {PPCC} :Sources:Lists.c -o {Targ} {PPCCOptions}
-